Einhugur Xml Plugin for Xojo

Node.FindChildByAttribute Method

Finds child node by Attribute value within set of nodes with specific name.

FindChildByAttribute(
   childName as String,
   attributeName as String,
   attributeValue as String) as EinhugurXml.Node

Parameters

childName
Name of the child node to look for.
attributeName
Name of the attribute to check for.
attributeValue
Value of the attribute to look for.

Returns

EinhugurXml.Node
The found node or Empty node.

Remarks

See Also

Node Class